body {
	font: 0.16rem/1.5 Microsoft YaHei, Source Han Sans CN, sans-serif;
	color: #444;width: 100%;margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0;
}
img {
	display: block;
	margin: 0 auto;
	object-fit: contain;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #222222;
}

a:hover {
	color: #fd560f;text-decoration: underline;
}

.clearfix::after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

table {
	max-width: 100%;
	margin-top: 0.15rem;
	border-collapse: collapse;
}

table,
th,
td {
	border: 0.01rem solid #f0f0f0;
}

th {
	background: #0068AB;
	color: #fff;
	font-weight: 100;
}

th,
td {
	text-align: center;
	padding: 0.1rem;
}

input {
	font-family: 'Montserrat-Regular';
	padding: 0.05rem 0.15rem;
	margin-bottom: 0.15rem;
	height: 0.3rem;
	border: 0.01rem solid #dadada;
}

textarea {
	font-family: 'Montserrat-Regular';
	padding: 0.15rem;
	margin-bottom: 0.15rem;
	border: 0.01rem solid #dadada;
}

input:focus,
textarea:focus {
	outline: 0.01rem solid #0068AB;
}

.hide {
	display: none;
}

.formbtn {
	background: #fd560f;
	color: #fff;
	padding: 0.08rem 0.2rem;
	border-radius:0.15rem;cursor:pointer;
}

.formbtn:hover {
	background: #222222;
	color: #fff;
}

.imgitem {
	position: relative;
	height: 0;
	padding-bottom: 66.66%;
}

.imgitem img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* reset */
/* tool bar */
.tool-bar {
	position: fixed;
}

.tool-item-cap {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

.tool-item-cap .fa {
	line-height: 1;
}

.tool-item-cap.active {
	background: #0068AB;
	color: #fff;
}

.tool-bar .back-top {
	cursor: pointer;
}

.tool-qrcode {
	position: absolute;
	background: #fff;
	text-align: center;
}

.tool-tel a {
	display: block;width: 100%;height: 100%;
	color: #fff;
}

.tool-item-sub {
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s, visibility .2s
}

.tool-item:hover .tool-item-sub, .tool-item.active .tool-item-sub {
	visibility: visible;
	opacity: 1
}

/* end tool bar */
/* mobile menu */
.m-menu-open,
.m-menu-close {
	display: none;
}

.nav-menu-child li{width:50%;display:inline-block;margin: 0.07rem 0;}
.nav-menu-child .group-name{width:46%;display:inline;position: absolute;top: 0.15rem;right: 0.15rem;}
/* mobile menu */
.fixednav {
    border-color: transparent;
    position: fixed!important;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
	background-color: #fff;
}
/* side */
.accordion {
	display: flex;
	flex-direction: column;
}

.accordion-item {
	background-color: #f6f6f6;
	font-size: 0.16rem;
	border: none;
	color: #000;
	cursor: pointer;
	padding: 15px;
	text-align: left;
	outline: none;
	transition: background-color 0.6s ease;
	border-bottom: 0.01rem solid #fff;
}

.accordion-item.active {
	background-color: #f6f6f6;
}

.accordion-item-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease;
}

.ind-pro-nav-ul li a {
	position: relative;
	font-size: 0.15rem;
	display: block;
	padding: 0.1rem;
	color: #495057;
	border-bottom:1px solid rgba(0, 0, 0, .125);
}

.ind-pro-nav-ul li a:hover {
	background: #f8f9fa;text-decoration:none;
}
/* side */
/* top */
.top {
	background: #3e4d5a;
	color: #fff;
	padding: 0.08rem 0;
}

.top-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-item a {
	display: inline-block;
	color: #fff;
	padding: 0 0.1rem;
}

.top-item a:nth-child(n+2) {
	border-left: 0.01rem solid #fff;
}

.top-item a:hover {
	color: #222;
}
#header {background-color: #fff;width: 100%;height: auto;box-sizing:border-box;box-shadow: 0 6px 12px 0 rgba(0,0,0,.04);}
/* top */
/* header */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;width: 100%;position: relative;
}
/* header */
/* ind-tag */
.ind-tag {
	background: #fff;
	padding: 0.5rem 0;width: 100%;
}
.ind-tag .service-item{display: inline-block;text-align: center;}
.ind-tag .service-item p{color: #797979;}
.ind-tag .service-item .sub-title{color: #000;margin: 0.2rem 0;}
.ind-tag span {
	font-weight: bold;
	color: #0068AB;
	font-size: 0.16rem;
}

.ind-tag a {
	display: inline-block;
	padding: 0 0.1rem;
}
.page{width: 100%;}
.form-horizontal{width: 100%;text-align: center;margin-bottom: 0.3rem;}
.form-horizontal .form-group label{width: 100%;text-align:left;display: inline-block;}
.form-horizontal .form-group .form-control{width: 100%;text-align:left;}
.form-horizontal .form-group .form-control textarea{width: 100%;}
.form-horizontal .form-group .form-control input{width: 100%;}
.form-horizontal .form-group .form-control button{cursor:pointer;padding: 0.09rem 0.12rem;}
.form-horizontal .form-group .form-control .page-btn{background-color: #dc3545;color: #fff;}
.form-horizontal .form-group .form-control select{font-family: 'Montserrat-Regular';
	padding: 0.05rem 0.15rem;
	margin-bottom: 0.15rem;
	height: 0.3rem;width: 100%;}
/* ind-tag */
/* ind-pro */
.ind-pro{padding: 0.61rem 0;}
.ind-pro .ind-pro-list .ind-pro-ul li .list-item .product-price{text-align:center;margin-bottom: 0.15rem;}
.ind-pro .ind-pro-list .ind-pro-ul li .list-item .product-price p{display: inline;color: #fd560f;font-weight:700;font-size: 0.17rem;}
.ind-pro-title {
	display:block;text-align: center;
	margin-bottom: 0.3rem;
}

.ind-pro-title h2 {
	position: relative;
	font-size: 0.2rem;
	font-weight: bold;
	padding: 0.05rem 0;
}

.ind-pro-title h2::after {
	content: "";
	position: absolute;
	left:auto;
	bottom: -0.01rem;
	width: 0.8rem;
	height: 0.02rem;
	background: #0068AB;
}

.ind-pro-title .more {
	color: #0068AB;
}

.ind-pro-title .more:hover {
	color: #000;
}

.ind-pro-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ind-pro-ul li {
	box-sizing: border-box;
	margin-bottom: 0.2rem;
}

.ind-pro-ul .list-item {
	border: 0.01rem solid #f1f1f1;
	transition: 0.4s;
	border-radius:0.1rem;
}

.ind-pro-ul .list-item:hover {
	transform: translateY(-0.1rem);
}

.ind-pro-ul .list-item-text {
	padding: 0.15rem 0rem;
	text-align: center;min-height: 0.48rem;
}

.ind-pro-ul .list-item-text h3 {
	white-space: nowrap;
	overflow: hidden;
}

.ind-pro-nav h2 {
	background: #0068AB;
	font-size: 0.2rem;
	font-weight: bold;
	color: #fff;
	padding: 0.15rem 0.1rem;
}

/* ind-pro */
/* ind-about */
.ind-about {
	background: #3e4d5a; padding: 0.61rem 0;
}
.ind-about .container h3{color: #fff;font-size: 0.23rem;font-weight: 700;margin: 0.5rem 0;text-align:center;}
.ind-about-text h2 {
	font-size: 0.26rem;
	font-weight: bold;
	color: #0068AB;
	margin: 0.15rem 0;
}

.ind-about-text p {
	font-size: 0.15rem;
	line-height: 0.26rem;
	margin-bottom: 0.15rem;
}

.ind-about-text .more {
	display: inline-block;
	padding: 0.15rem 0.3rem;
	background: #0068AB;
	color: #fff;
	font-size: 0.16rem;
	font-weight: bold;
}

.ind-about-text .more:hover {
	background: #222;
}

/* ind-about */
/* ind-case */
.ind-case-title {
	position: relative;
	text-align: center;
	font-size: 0.23rem;
	font-weight: bold;
	color: #222;
	margin-bottom: 0.3rem;
}

.ind-case-title::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 1rem;
	height: 0.02rem;
	background: #fd560f;
	margin-top: 0.1rem;
}

.ind-case-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ind-case-ul li {
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}

.ind-case-ul .list-item {
	border: 0.01rem solid #f6f6f6;
}

.ind-case-ul .list-item-text {
	padding: 0.15rem;
}

.ind-case-ul .list-item-text h3 {
	font-size: 0.15rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: nowrap;
}

.ind-case-ul .list-item-text p {
	color: #797979;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ind-case */
/* ind-blog */
.shadow-sm{box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);}
.ind-blog-ul .list-item {
	align-content: stretch;
    transition: all .3s ease-in-out;
    border: 1px solid #E9ECEF;
    border-radius: 0.07rem;
}
.ind-blog-ul li .list-item:hover{box-shadow: 0 10px 25px rgba(0,0,0,.15);bottom: 10px;opacity: 1;}
.ind-blog-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind-blog-ul li .list-item a img{width: 100%;}
.ind-blog-ul li {
	box-sizing: border-box;
	margin-bottom: 0.3rem;
	background-color: #fff;
    text-align: center;padding: 0 0.04rem;
}
.ind-blog-time {
	box-sizing: border-box;
	width: 20%;
	background: #0068AB;
	color: #fff;
	padding: 0.1rem 0;
	text-align: center;
	margin: auto;
}

.ind-blog-text {
	box-sizing: border-box;
	width: 100%;text-align: center;padding:0.15rem 0;}

.ind-blog-text a {
	font-size: 0.15rem;
}

.ind-blog-text p {
	color: #797979;
	margin: 0.16rem 0 0.06rem 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ind-blog-time span {
	font-size: 0.3rem;
	font-weight: bold;
	display: inline-block;
	border-bottom: 0.01rem solid #fff;
}

.ind-blog-time p {
	margin: 0.05rem 0;
}

/* ind-blog */
/* flink */
.flink {
	background: #fafafa;
	padding: 0.35rem 0;
	border-bottom: 1px solid #e4e4e4;text-align:center;clear: both;
}
.flink .service-item{width: 24.6%;display: inline-block;}
.flink .service-item img{width: 34px;float: left;margin: 0.1rem 0.1rem 0rem 0rem;}
.flink .service-item .sub-title{font-weight: 700;font-size: 0.16rem;}
.flink .service-item p{font-size: 0.14rem;text-align: left;}
.flink a {
	display: inline-block;
	padding: 0.05rem 0.1rem;
}

/* flink */
/* footer */
.footer {
	background: #fafafa;
	color: #666;
}

.foot img {
	max-width: 2.4rem;
	display: inline-block;
}

.foot a {
	color: #666;
}

.foot a:hover {
	color: #fd560f;
}

.foot h2 {
	font-size: 0.18rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.foot .text-uppercase{font-weight: 700;color: #282828;margin-bottom: 0.16rem;line-height: 0.32rem;}
.foot p {
	margin: 0.1rem 0;
}

.foot p i {
	display: inline-block;
	color: #0068AB;
	border-radius: 0.04rem 0.1rem;
	width: 0.3rem;
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
}

.foot h3 {
	margin-bottom: 0.15rem;
}

.footer-ul li {
	margin-bottom: 0.12rem;
	font-size: 0.15rem;
	line-height: 0.32rem;
}

.footer-bottom {
	border-top: 0.01rem solid rgba(255, 255, 255, .1);
	text-align: center;
	padding: 0.173rem 0;
	background: #efeff4;color: #666;
}

.footer-bottom a {
	color: #666;
}

.footer-bottom a:hover {
	color: #fd560f;
}

/* footer */
/* layout */
/* index-product */
.index-pro{width: 100%;margin: auto;}
.index-pro h1{width: 100%;font-size: 0.27rem; font-weight: 700;color: #282828;margin-bottom: 0.1rem;}
.index-pro h2{width: 100%;font-size: 0.23rem; font-weight: 700;color: #282828;margin-bottom: 0.1rem;}
.index-pro h3{width: 100%;font-size: 0.19rem; font-weight: 700;color: #282828;margin-bottom: 0.1rem;text-align: center;}
.index-pro-item:nth-child(even) {
	margin-top: 0.3rem;
}

.index-pro-item h2 {
	text-align: center;
	font-size: 0.24rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 0.3rem;
}

.index-pro-ul {
	display: flex;
	flex-wrap: wrap;margin-top: 0.15rem;
}

.index-pro-ul li {
	box-sizing: border-box;
	width: 50%;
	padding: 0.05rem;
	margin-bottom: 0.03rem;
	transition: 0.4s;
}

.index-pro-ul li:hover {
	transform: translateY(-0.1rem);
}
.index-pro-ul .list-item-text {padding: 0.15rem;text-align: center;border: 0.01rem solid #f1f1f1;}
.index-pro-ul .list-item-text h3 {
	white-space: nowrap;
	overflow: hidden;
}

/* index-product */
.page-categories-home{background-color: #f6f6f6;}
/* list-product */
/* crumb */
.crumb {
	font-size: 0.15rem;
	padding: 0.35rem 0.15rem 0.15rem 0.15rem;color: #888;
}
.crumb .container i{color: #989898;}
.crumb .container a{color: #888;}
/* crumb */
.list-pro-ul {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.list-pro-ul li {
	box-sizing: border-box;
	width: 50%;
	padding: 0.1rem;
	margin-bottom: 0.3rem;
	transition: 0.4s;
}

.list-pro-ul li:hover {
	transform: translateY(-0.1rem);
}
.side {
	margin-bottom: 0.18rem;
}

.side-item {
	border: 0.01rem solid #f6f6f6;
}

.side-pro-ul {
	width: 100%;
	display: block;
	margin: auto;
}

.side-pro-ul li {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0.15rem;padding: 0 0.05rem;
}

.side-pro-ul .list-item-text {
	padding: 0.15rem;
	text-align: center;
}

.side-pro-ul .list-item-text h3 {
	white-space: nowrap;
	overflow: hidden;
}

.side-item p {
	padding: 0.05rem 0 0.1rem 0.1rem;
}

.side-blog-ul {
	padding: 0.1rem;
}

.side-blog-ul li:nth-child(n+2) {
	margin-top: 0.1rem;
	padding-top: 0.1rem;
	border-top: 0.01rem dashed #f6f6f6;
}

.side-blog-ul li a {
	display: block;
	width: 100%;
}

.list-pro-ul .list-item {
	border: 0.01rem solid #f1f1f1;
}

.list-pro-ul .list-item-text {
	padding: 0.15rem;
	text-align: center;
	background: #f6f6f6;
}

.list-pro-ul .list-item-text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* list-product */
/* pagination */
.pagnavi {
	padding: 0.5rem 0;
	text-align: center;width: 100%;float: left;
}

.pagnavi a {
	display: inline-block;
	padding: 0.05rem 0.15rem;
	border: 0.01rem solid #0068AB;
}

.pagnavi a:hover {
	background: #0068AB;
	color: #fff;
}

.pagnavi .current {
	background: #0068AB;
	color: #fff;
}

/* pagination */
/* single-pro */
.toppro {width: 100%;padding:0.23rem 0 0.5rem 0;}

.toppro-text h1 {
	font-size: 0.26rem;color: #282828;
	font-weight: bold;
	margin-bottom: 0.26rem;
}

.toppro-text p, .toppro-img p {
	color: #797979;
	font-size: 0.15rem;
	line-height: 0.24rem;
	margin: 0.15rem 0;
}
.toppro-text p span{color: #71c20b;}
.toppro-text .more {
	font-size: 0.16rem;
	display: inline-block;
	background: #25cff2;
	color: #000;
	padding: 0.07rem 0.12rem;
}
.toppro-text button{color: #fff;background-color: #000;cursor:pointer;padding:0.07rem 0.12rem;font-weight: 700;font-size: 0.16rem;}
.toppro-text button i{font-size: 0.14rem;margin-right: 0.05rem;}
.toppro-text .more:hover {
	color: #0068AB;
	background: #fff;
}
.single-arc{background-color: #fff;padding: 0 0 0.32rem 0;}
.single-arc h1{color: #282828;font-weight: 700;font-size: 0.3rem;}
.single-arc h2 {
	font-size: 0.23rem;
	margin: 0.15rem 0;
	font-weight: bold;
}
.single-arc .ti-3{text-indent:0.25rem;}

.single-arc h3 {
	font-size: 0.2rem;
	margin-top: 0.15rem;
	font-weight: bold;
}

.single-arc h4 {
	font-size: 0.18rem;
	margin-top: 0.15rem;
	font-weight: bold;
}

.single-arc h5 {
	font-size: 0.16rem;
	margin-top: 0.15rem;
	font-weight: bold;
}

.single-arc h6 {
	font-size: 0.14rem;
	margin-top: 0.15rem;
	font-weight: bold;
}

.single-arc p {
	margin-top: 0.15rem;
	line-height: 0.26rem;
}

.single-arc a {
	color: #666;
}

.single-arc a:hover {
	color: #fd560f;
}

.single-arc img {
	margin-top: 0.15rem;
	max-width: 100%;
	width: auto;
}

.single-arc iframe {
	margin-top: 0.15rem;
}
.page-categories-home .flink{margin-top: 0.3rem;}
.page-categories-home .container .section .page-content{padding: 0.25rem 0.15rem;}
.page-categories-home .container .section .page-content p{padding: 0;margin-bottom: 0.15rem;}
.page-categories-home .container .section .page-content .info{color: #898989; font-size: 0.14rem;margin: 0.2rem 0 0.5rem 0;}
.page-categories-home .container .section .page-content .info span{margin-right: 0.15rem;}
.page-categories-home .container .section .page-content .info a{color: #898989;}
.page-categories-home .container .section .page-content .info i{color: #898989; font-size: 0.14rem;}
/* single-pro */
.page-content h2{font-weight: 700;font-size: 0.23rem;margin-bottom: 0.12rem;}
.page-categories-home .container .section .page-content h3{font-weight: 700;font-size: 0.20rem;margin-bottom: 0.12rem;}
.page-categories-home .container .section .page-content h4{font-weight: 700;font-size: 0.18rem;margin-bottom: 0.12rem;}
.page-categories-home .container .section .page-content ul{padding-left:0.3rem;}
.page-categories-home .container .section .page-content ul li{list-style:disc;}
/* rel */
.rel h2 {
	font-size: 0.22rem;
	font-weight: bold;
	padding: 0.28rem 0.1rem 0 0.1rem;
}

/* rel */
.rel-pro-ul {
	display:block;padding: 0.15rem 0.1rem 0.28rem 0.1rem;
}

.rel-pro-ul li {color: #898989;border-bottom: 1px dashed #e3e2e2;
	box-sizing: border-box;
	width: 100%;margin: 0.1rem 0;padding: 0.2rem 0;
}
.rel-pro-ul li span{float: right;}
.rel-pro-ul li a {color: #898989;}
.rel-pro-ul li a:hover {text-decoration: none;color: #3090F0;}
/* rel */
/* list-solution */
.list-sol-ul li {
	margin-bottom: 0.3rem;
	transition: 0.4s;
}

.list-sol-ul li:hover {
	transform: translateY(-0.1rem);
}

.list-sol-ul .list-item-text {
	padding: 0.15rem;
	background: #f6f6f6;
}

.list-sol-ul .list-item-text h3 {
	font-size: 0.17rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.list-sol-ul .list-item-text p {
	color: #797979;
	margin: 0.15rem 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* list-solution */
/* list-case */
.list-case-ul .list-item-text {
	padding: 0.15rem;
}

.list-case-ul .list-item-text h3 {
	font-size: 0.17rem;
}

.list-case-ul .list-item-text p {
	margin: 0.1rem 0;
	color: #797979;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list-case-ul li:nth-child(n+2) {
	border-top: 0.01rem solid #f6f6f6;
	margin-top: 0.3rem;
	padding-top: 0.3rem;
}

/* list-case */
/* list-blog */
.list-blog-ul li {
	margin-bottom: 0.33rem;
	padding: 0.1rem 0.1rem 0.33rem 0.1rem;border-bottom: 1px solid #e5e5e5;overflow:auto;
}

.list-blog-ul li h3 {
	font-size: 0.17rem;
	margin: 0.1rem 0;
	position: relative;
	padding-left: 0.1rem;
}

.list-blog-ul li h3::before {
	content: "";
	width: 0.05rem;
	height: 0.15rem;
	display: block;
	background: #0068AB;
	position: absolute;
	left: 0;
	top: 0.05rem;
}

.list-blog-ul li p {
	margin: 0.15rem 0;
}

/* list-blog */
/* single-blog */
.single-content-title {
	font-size: 0.22rem;
	position: relative;
	color: #fd560f;
	font-weight: bold;
	border-bottom: 0.01rem solid #dee2e6;
	margin-bottom: 0.3rem;text-align: center;
}
.page-categories-home .container .section .card{background-color: #fff;float: left;margin-bottom: 0.23rem;}
.page-categories-home .container .section .card h1{font-weight: 700;font-size: 0.26rem;padding: 0.1rem;}
.page-categories-home .container .section .card>p{padding: 0 0.1rem 0.1rem 0.1rem;}
.page-categories-home .container .section .list-blog-ul{background-color: #fff;float: left;}
.page-categories-home .container .section .list-blog-ul li .info{width: 22%;float: left;padding-right: 0.23rem;}
.page-categories-home .container .section .list-blog-ul li>span{display: block;color: #666;margin-top: 0.15rem;}
.page-categories-home .container .section .list-blog-ul li .more{color: #666;}
.page-categories-home .container .section .sidebar{clear: both;}
.page-categories-home .container .section .sidebar .side{width: 100%;background-color: #fff;display: flow-root;}
.page-categories-home .container .section .sidebar .side h2{color: #282828;border-left: 3px solid #fd560f;font-size: 0.23rem;font-weight: 700;margin: 0.23rem 0.23rem 0.13rem 0.23rem;padding-left: 0.13rem;}
.page-categories-home .container .section .sidebar .side .ind-pro-nav-ul{padding: 0 0.05rem 0.2rem;}
.page-categories-home .container .section .sidebar .side h3{color: #282828;border-left: 3px solid #fd560f;font-size: 0.20rem;font-weight: 700;margin: 0.19rem 0.23rem;padding-left: 0.13rem;}
.single-content-title::after {
	content: "";display: block;margin: auto;
	width: 2rem;
	height: 0.01rem;
	background: #fd560f;
}

.single-title {
	border-bottom: 0.001rem solid #bcbcbc;
	padding-bottom: 0.15rem;
}

.single-title h1 {
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.tags {
	margin: 0.2rem 0 0.2rem 0;
}
.tags i{color: #898989;font-size: 0.14rem;}
.tags a {
	margin-right: 0.1rem;color: #666;
}
.tags a:hover {color: #fe7012;}
.prenext i{color: #898989;font-size: 0.14rem;}
.prenext p {
	margin: 0.15rem 0;
}
.prenext p a {color:#337AB7;}
.prenext p a:hover {color: #fe7012;text-decoration:none;}
.prenext span {
	font-weight: bold;
}
.page-product .page .section .page-content h1{margin: 0.15rem 0;}
/* single-blog */
/* 404 */
.page404 {
	text-align: center;
	padding: 1rem 0;
	border-top: 0.01rem solid #f6f6f6;
}

.page404 h1 {
	font-weight: bold;
	font-size: 1rem;
	color: #0068AB;
	margin-bottom: 0.3rem;
}
.page-pages{background-color: #f6f6f6;}
/* 404 */
.photo .page-content h2,.photo .page-content h3{text-align: center;}
.photo .page-content .about .about_face h3{color: #282828;font-weight: 700;font-size: 0.22rem;text-align: left;}
/* pc style */
@media screen and (min-width: 768px) {
	html {
		font-size: 625%;
	}
	.container {
		width: 7.2rem;
		margin: 0 auto;
	}
.single-arc .me-md-5{margin-right:0.3rem;}
.single-arc .ms-md-5{margin-left:0.3rem;}
#header {
    position: relative;
    border-bottom: 1px solid #eee;
}
.single-title h1 {font-size: 0.26rem;}
.fixednav .header {padding:0.07rem 0;transition: all .2s ease-in-out;}
.nav-menu>li{margin:0 0.1rem;position:relative;}
.nav-menu>li .fa-caret-down{position:absolute;right:3px;left:auto;}
.form-horizontal .form-group{width: 50%;display: inline-block;}
.page-categories-home .container .section .page-content p{padding: 0rem;}
.photo .page-content .single-arc {display: flex;}
.photo .page-content .single-arc img{margin-right: 0.15rem;max-width: 50%;}
.photo .page-content .about{display:inline-flex;width: auto;}
.photo .page-content .about img{width: 30%;}
.photo .page-content .about .about_face{width: 69%;}
	/* reset */
	/* tool bar */
	.tool-bar {
		right: 50px;
		bottom: 200px;
		z-index: 99;
	}
.logo img {
	max-height: 0.5rem;
}
	.tool-item {
		position: relative;
		width: 50px;
		height: 50px;
		margin-bottom: 1px;
	}

	.tool-item-cap {
		border-radius: 4px;
	}

	.tool-item-cap:hover {
		background: #0068AB;
	}

	.tool-item-cap .fa {
		margin-top: 10px;
		font-size: 24px;
	}

	.tool-item-name {
		font-size: 13px
	}

	.tool-qrcode {
		top: 0;
		right: 80px;
		padding: 10px 10px 1px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
		border-radius: 4px;
	}

	.tool-qrcode .wechat-qrcode {
		margin-bottom: 10px;
	}

	.tool-qrcode .wechat-qrcode .qrcode {
		height: 128px;
		width: 128px;
		border: 1px solid #eaeaea;
		border-radius: 4px;
		padding: 3px;
		margin-bottom: 4px;
	}

	.tool-qrcode .qrcode img {
		height: 120px;
		width: 120px
	}

	.tool-qrcode .qrcode-name {
		margin-bottom: 10px;
		font-size: 13px;
		color: #666;
	}
	/* end tool bar */
	/* header */
	.header {
		padding: 0.14rem 0;transition: all .2s ease-in-out;
	}

	.logo-tel {
		margin-left: 0.6rem;
	}

	.logo-tel p {
		font-weight: bold;
		font-size: 0.15rem;
	}

	.logo-tel a {
		color: #0068AB;
		font-weight: bold;
		font-size: 0.3rem;
		line-height: 0.3rem;
	}

	.logo-tel a:hover {
		color: #222;
	}
	/* header */
.ind-tag .service-item{width: 24.76%;}
	/* layout */
	.section {
		padding: 0.11rem 0 0.61rem 0;box-sizing: border-box;
	}

	.ind-case-ul li {
		width: 49%;
	}
.page-categories-home .container .section .sidebar .side{margin-left: 0.05rem;margin-right: 0.05rem;}
.page-categories-home .container .section .card{width: 75%;display: inline-block;}
.page-categories-home .container .section .list-blog-ul{width: 75%;display: inline-block;}
.page-categories-home .container .section .sidebar{width: 25%;display: inline-block;}
    .fws_64f0b4a7de770 .toppro-text{margin-right:15px;}
    .fws_64f0b4a7de770 .toppro-img{margin-left:15px;}
	.atags li{width:49.5%;}
.prenext {
	margin: 0.15rem 0;
}
	/* ind-case */
	/* ind-blog */
	.ind-blog-ul li {
		width: 25%;
	}
	/* ind-blog */
	/* footer */
	.footer-item {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0.5rem 0;
	}

	.foot {
		box-sizing: border-box;
		width: 49%;
	}

	.foot:nth-child(3),
	.foot:nth-child(4) {
		margin: 0.3rem 0;
	}

	/* footer */
	/* layout */
	/* list-solution */
	.list-sol-ul {
		display: flex;
		/* justify-content: space-between; */
		flex-wrap: wrap;
	}

	.list-sol-ul li {
		box-sizing: border-box;
		width: 50%;
		padding: 0.1rem;
	}

	/* list-solution */
	/* list-case */
	.list-case-ul .list-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.list-case-ul .list-item-img {
		width: 30%;
	}

	.list-case-ul .list-item-text {
		width: 70%;
		padding-left: 0.3rem;
	}
	/* list-case */
	.categories li{width: 32.7%!important;}
}
.categories li img{border-radius: 0.15rem;}
@media screen and (min-width: 992px) {
	.container {
		width: 9.6rem;
		margin: 0 auto;
	}}
@media screen and (min-width: 1200px) {
	html {
		font-size: 625%;
	}

	.container {
		width: 11.4rem;
	}
.nav-menu-child{min-width: 720px;}
	/* reset */
	/* header */
	.navbar {
		display: flex;
		align-items: center;
	}
#header .header .nav-menu>li:hover .nav-menu-child {
        opacity:1;
        transform: translate(-50%);
        visibility: visible
}
	.nav-menu {
		display: flex;
	}
.page-product .page .section .page-content h1{font-size: 0.27rem;font-weight: 700;}
	.nav-menu-child-child {
		display: none;
		width: 2rem;
		background: #f6f6f6;
		box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, .1);
		z-index: 99;
	}
.nav-menu-child {
	display: block;position: absolute;left: 50%;opacity:0;padding:0.25rem 0.15rem;background-color: #fff;
        transform: translate(-50%,.5rem);
        transform-origin: top center;
        transition: all .2s ease-in-out;
        transition-property: visibility,transform,opacity;
        visibility: hidden;
}
	.nav-menu-child-child>li {
		display: block;
	}

	.nav-menu-child-child>li:nth-child(n+2) {
		border-top: 0.01rem solid rgba(0, 0, 0, .1);
	}

	.nav-menu-child-child>li>a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.1rem 0;
	}

	.nav-menu-child-child>li>a:hover {
		background: #0068AB;
		color: #fff;
	}

	.nav-menu>li {
		position: relative;
		display: inline-block;
	}

	.nav-menu>li>a {
		font-size: 0.16rem;
		font-weight: 600;
		padding: 0.17rem 0.23rem;
	}
	.nav-menu>li>a:hover {color: #000;text-decoration: none;}
	.nav-menu-child>li {
		position: relative;
	}
	.nav-menu-child>li:hover .nav-menu-child-child {
		display: block;
		position: absolute;
		left: 100%;
		top: 0;
	}

	.nav-menu-child>li>a {
		display: block;
		padding: 0.05rem;font-size: 0.15rem;color: #666;
	}

	.nav-menu-child>li>a:hover {
		color: #fd560f;text-decoration: none;
	}

	.nav-menu>li:hover .nav-menu-child {
		display: block;
		position: absolute;
		z-index: 999999;
		width: 120%;
		left: 0;
		top:0.38rem;
		padding:0.4rem 0.15rem;
		box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, .1);
        transform: translate(-50%,.5rem);
        transform-origin: top center;
        transition: all .2s ease-in-out;
        transition-property: visibility,transform,opacity;
        visibility: hidden;
	}

	/* header */
	/* layout */
	/* ind-pro */
	.ind-pro-item {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.ind-pro-list {
		box-sizing: border-box;
		width: 100%;
	}

	.ind-pro-nav {
		box-sizing: border-box;
		width: 20%;
		padding-right: 0.3rem;
	}

	.ind-pro-ul li {
		width: 24.6%;
	}

	/* ind-pro */
	/* ind-about */
	.ind-about-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.ind-about-img {
		box-sizing: border-box;
		width: 50%;
	}

	.ind-about-text {
		box-sizing: border-box;
		width: 50%;
		padding: 0 0.1rem;
		color: #fff;
	}
	.ind-about-text h1{font-size: 0.23rem;font-weight: 700;margin-bottom: 0.6rem;}
	.ind-about-text p a{color: #fff;}
	/* ind-about */
	/* ind-case */
	.ind-case-ul li {
		width: 25%;
	}

	/* ind-case */
	/* footer */
	.foot {
		width: 25%;
	}
.foot:nth-child(2),.foot:nth-child(3),.foot:nth-child(4){width: 16.6666%;}
	.foot:nth-child(3),
	.foot:nth-child(4) {
		margin: 0;
	}

	/* footer */
	/* layout */
	/* index-product */
	.index-pro-ul li {
		width: 25%;
	}

	/* index-product */
	/* list-product */
	.page-item {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.page-content {
		box-sizing: border-box;
		width: 100%;
	}
	.list-pro-ul li {
		width: 25%;
	}

	/* list-product */
	/* single-pro */
	.toppro {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.toppro-img {
		width: 50%;
	}
	.toppro-text {
		width: 50%;
	}
	/* single-pro */
	/* rel */
	.rel-pro-ul li {
		width: 100%;
	}
	/* rel */
	/* list-solution */
	.list-sol-ul li {
		width: 33.33%;
	}
	/* list-solution */
	.tool-bar .tool-item .tool-item-cap{background-color: #07bb8a;border-radius:100%}
	.tool-bar .tool-item .back-top{background-color: #b0b0b0;}
	.tool-bar>.tool-item>.tool-item-cap:hover{color: #fd560f;}
}

@media screen and (min-width: 1400px) {
	html {
		font-size: 625%;
	}
	.container {
		width: 15.2rem;
		margin: 0 auto;
	}
	/* reset */
}

/* m style */
@media screen and (max-width: 1200px) {
	.m-menu-open,
	.m-menu-close {
		width: 0.22rem;
		height: 0.3rem;
		line-height: 0.3rem;
		font-size: 0.2rem;margin-left: 0.09rem;
	}
	.navbar{margin-right: 0.09rem;}
	.m-menu-open {
		display: inline-block;
	}
.index-pro h1{font-size: 0.26rem;}
	.m-nav-show .m-menu-open {
		display: none;
	}

	.m-nav-show .m-menu-close {
		display: inline-block;
	}

	.nav-menu {
		display: none;transition: transform .3s ease-in-out;overflow: auto;
	}
	.nav-menu>li>a {
		background: #fff;
		padding: 0.1rem;display:block;overflow: auto;
	}

	.m-nav-show .nav-menu {
		display: block;
		position: absolute;
		z-index: 111;
		top: 101%;
		left: 0;
		width: 100%;background: #fff;
	}

	.m-nav-show>.nav-menu>li {
		display:flex;
		border-top: 0.01rem solid #f0f0f0;
		text-align: left;width: 100%;
	}
#header .header .nav-menu>li:hover .nav-menu-child {
        opacity:1;
        transform: translate(0%);
        visibility: visible
}
.page-product .page .section .page-content h1{font-size: 0.25rem;font-weight: 700;}
	/* tool bar */
	.tool-bar {
		bottom: 0;
		z-index: 10;
		width: 100%;
		font-size: 0.16rem;
	}

	.tool-item {
		float: left;
		width: 25%;
		height: 0.46rem;
	}

	.tool-item-cap .fa {
		margin-top: 0.2rem;
		font-size: 0.3rem;
	}

	.tool-item-name {
		margin-top: 0.1rem;
		font-size: 0.18rem;
	}

	.tool-qrcode {
		bottom: 100%;
		left: 0;
		width: 100%;
		padding: 0.4rem 0 0.2rem;
	}

	.tool-qrcode .wechat-qrcode {
		display: inline-block;
		margin: 0 0.4rem;
	}

	.tool-qrcode .wechat-qrcode .qrcode {
		width: 2.08rem;
		height: 2.08rem;
		padding: 0.04rem;
	}

	.tool-qrcode .qrcode img {
		height: 2rem;
		width: 2rem;
	}
	/* end tool bar */
}

@media screen and (max-width: 768px) {
	.container {
		margin-left: 0.05rem;
		margin-right: 0.05rem;width:auto;padding: 0;
	}
	.ind-about-text{color: #fff;}
	.ind-about-text h1{font-size: 0.21rem;font-weight: 700;margin-bottom: 0.23rem;}
	.ind-about-text p a{color: #fff;}
	.ind-pro .ind-pro-title{font-size: 0.15rem;}
	.top{display:none;}
	.logo img {max-height: 0.3rem;}
	.ind-pro{padding:0.3rem 0;}
	.ind-pro-ul li {width: 49%;}
	.ind-pro-ul li a{font-size: 0.15rem;}
.single-title h1 {font-size: 0.22rem;}
.fixednav .header {padding:0.07rem 0;transition: all .2s ease-in-out;}
.nav-menu>li{position:relative;overflow: auto;z-index: 9999;}
.nav-menu>li .fa-caret-down{position:absolute;right:3px;left:auto;z-index: 99999;}
.nav-menu-child{padding:0.15rem 0;background-color: #fff;}
.nav-menu-child {display: none;}
.nav-menu-child li{padding: 0.1rem 0;clear: both;width: 100%;display: block!important;}
.mnavshow{display: block!important;margin-top: 0.15rem;width: 100%;clear: both;overflow: auto;z-index: 9999;position: relative;}
.mnavshow li a{display: flex!important;width: 100%;clear: both;}
.page-product .page .section .page-content h1{font-size: 0.23rem;}
.collapsed{align-items: center;
    border-left: 1px solid #e5e5e5;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;}
	/* reset */
	/* header */
	/* tool bar */
	.tool-bar {
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #8fcbc9;
	}

	.tool-item {
		float: left;
		width: 20%;
	}

	.tool-item .fa {
		font-size: 0.25rem;
		margin-top: 0.1rem;
	}

	/* end tool bar */
	/* top */
	.top-left {
		display: none;
	}

	.top-right {
		width: 100%;
		text-align: center;
	}

	/* top */
	/* header */
	.header {
		padding: 0.09rem 0;
	}
.index-pro h1{font-size: 0.23rem;}
	.logo-tel {
		display: none;
	}
.global_top_products .global_leftpd{display: none;}
.global_top_products .global_rightpd{width: 100%!important;}
.global_rightpd .global_product{width: 48.3%!important;}
.single-arc .single-table table{width: 100%!important;}
.single-arc p img{width: 100%!important;}
.toppro-text h1{margin-top: 0.26rem; font-size: 0.19rem;}
.single-content-title h3 {font-size: 0.18rem;}
.page-categories-home .container .section .card{width: 100%;}
.page-categories-home .container .section .list-blog-ul{width: 100%;}
.page-categories-home .container .section .sidebar{width: 100%;}
	/* header */
.ind-tag .service-item{width: 49%;margin-bottom: 0.23rem;display: inline-grid;}
	/* layout */
	.section {
		padding: 0.3rem 0;width: 100%;margin: 0 auto;max-width: 100%;
	}
.page-categories-home .container .section .card h1{font-size: 0.22rem;}
.page-content h2{font-size: 0.20rem;}
.page-categories-home .container .section .page-content{padding: 0;}
.page-categories-home .container .section .page-content h1{padding: 0.15rem 0.08rem 0 0.08rem;}
.page-categories-home .container .section .page-content p {padding: 0.08rem;}
.page-categories-home .container .section .page-content .prenext{padding: 0;}
.page-categories-home .container .section .page-content div {padding: 0.08rem;}
.page-categories-home .container .section .list-blog-ul li .info{width: 100%; margin: 0; padding: 0;}
.page-categories-home .container .section .list-blog-ul li{font-size: 0.15rem;}
.page-categories-home .container .section .list-blog-ul li>a{font-size: 0.17rem;}
.page-categories-home .container .section .list-blog-ul li .more{font-size: 0.15rem;}
.page-categories-home .container .section .card>p{font-size: 0.15rem;}
.form-horizontal .form-group{width: 80%;display: inline-block;}
.categories li{width: 100%!important;}
.single-arc h1{font-size: 0.22rem;}
.single-arc h2{font-size: 0.19rem;}
.rel-pro-ul li a {font-size: 0.15rem;}
.side-pro-ul li{width: 46.6%;box-sizing:unset;display:inline-block;}
.side-pro-ul li .list-item-text{padding: 0;display:inline-flex;}
.side-pro-ul li .list-item-text a{font-size: 0.15rem;}
.global_product{padding: 9px 2px!important;}
.global_featuredpd .global_featureed_item{width: 100%!important;padding: 7px 0px!important;}
.global_related_columu:nth-child(odd){margin-right:0!important;}
.global_related_columu{width: 100%!important;padding: 10px 0px!important;}
.global_related_columu .related_title{padding: 0 5px;}
.global_related_columu .related_info{padding: 0 5px;}
    .fws_64f0b4a7de770 .toppro-text{margin-right:0px;}
    .fws_64f0b4a7de770 .toppro-img{margin-left:0px;}
	.fws_64f0b4a7e079d .toppro-text .p1{padding-left:0px;}
	.fws_64f0b4a7dc756 .toppro-text .p1{padding-left:0px;}
	.atags li{width:100%;}
.photo .page-content .about .about_face h3{margin: 7px 0px;}
	/* footer */
	.foot {
		margin-bottom: 0.3rem;
	}
	.footer{margin-bottom: 0.45rem;}
	.footer-bottom {font-size: 0.14rem;}
	/* footer */
	/* layout */
	/* single-pro */
	.toppro {
		padding-top: 0.3rem;
	}
	.single-table {
		overflow-x: auto;
		width: 100%;
	}
	/* single-pro */
	.flink .service-item{width: 100%;margin: 0.07rem 0rem;}
	.flink .service-item img{width: 28px;}
	.flink .service-item p{font-size: 0.14rem;text-align: left;}
}
.reviews hr{color: #bcbcbc;opacity:0.2;border-top: 1px solid;}
.text-center{text-align:center;}
.tool-item-cap span{text-indent:999px;display: block;}